home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / ghost / gs403_fnts-std.readme < prev    next >
Text File  |  1997-04-21  |  7KB  |  168 lines

  1. Short:    Ghostscript4.03 HQ fonts archive
  2. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Steffen Opel)/Port(me)
  3. Uploader: JoopvandeWege@mail.mococo.nl
  4. Type:     gfx/show
  5.  
  6. This is the Amiga port of Ghostscript4.03. Ghostscript is a Postscript
  7. interpreter with support for Level 2 PS and PDF. This release includes
  8. most popular printers and fileformats including an updated Amiga display
  9. driver.
  10.  
  11. Features:
  12. Ghostscript supports three Amiga specific devices (but see below for ILBM):
  13.     amiga           Amiga Workbench window
  14.     amiga_custom    Amiga custom screenmodes
  15.     amiga_printer   Amiga printer.device
  16. (redesign done by Steffen Opel opel@sto.isdn.uni-mannheim.de)
  17.  
  18. The device 'amiga' opens an Intuition window on the Workbench screen to
  19. display the image. Its usage should be pretty obvious.
  20.  
  21. The device 'amiga_custom' opens a Customscreen to display the image. This 
  22. allows any Display Mode available in the screenmode preferences to be used
  23. with Ghostscript too.
  24.  
  25. The device 'amiga_printer' is a convenient alternative for the printer devices
  26. provided by Ghostscript itself. It facilitates standard Amiga printing via the
  27. Workbench printer drivers and respects most settings in the graphics 
  28. preferences as described in the Workbench documentation.
  29.  
  30. All three devices are supporting -g and -r as described in 'use.txt'.
  31.  
  32. Ghostscript currently has only limited support for IFF ILBM files:
  33.     amiga_ilbm    IFF ILBM file format
  34.  
  35. The device 'amiga_ilbm' works like any other Ghostscript raster file or 
  36. printer device (i.e. pbm), see 'Choosing the output device' above on how 
  37. to specify an output file.
  38. It supports dithered grayscale only and is not portable to other platforms 
  39. because it uses iffparse.library. A portable implementation with color 
  40. support is currently under development.
  41.  
  42. This port requires:
  43. - An  Amiga  equipped Kickstart 2.04 or higher.
  44. - Approx. 4.7 MBytes of hard disk space available.
  45. - A  minimum  of 1 MByte of chip memory, depending on what you want to do
  46.   with  the  interpreter.  Printer output requires at least 2 MBytes of
  47.   contiguous memory (any memory, not necessarily chip memory).
  48. - A bunch of Postscript/Ghostscript fonts.
  49.  
  50. Comments/Suggestions/Bugs to:
  51. JoopvandeWege@mail.mococo.nl
  52. Please use a Subject field with the name 'GS403' in it.
  53. Please direct all mail to me except when you're 100% sure it is a GS
  54. problem then you can use the Aladdin email address.
  55.  
  56. Joop van de Wege
  57.  
  58.  
  59. Getting Ghostscript.
  60. Download one of the binary archives which match your CPU. It contains
  61. one binary.You might need a patch which is only needed if:
  62. - you have an 040
  63. - and Kickstart 3.1
  64. - and are *NOT* running one of the 040 binaries.
  65. - and you are *NOT* using the latest 'setpatch'.
  66. (it fixes a couple of bugs in 3.1. The symptoms are GURU 8..0B. If you get
  67. them then you need SetMathPatch, probably. Read the docs of SetMathPatch)
  68.  
  69. How to use Ghostscript.
  70. - Unpack the archive gs403data.lha to a suitable HD with enough room (~3.5M).
  71.   for example 'Work:'.
  72.   A directory 'Ghostscript' will be created and all files needed are found
  73.   within this directory (Work:Ghostscript).
  74. - Unpack one of the special binary archives to the same HD and the executable
  75.   will automatically be placed in the same directory (Work:Ghostscript/gs_000).
  76.   Further do:
  77.   - Assign Ghostscript: Work:Ghostscript
  78.   - path Ghostscript: add
  79.     (Optionally, rename the binary gs_xxx to 'gs')
  80.     Now you can call 'gs' from anywhere with or without arguments. If you add
  81.     the above fragment (Assign ... add) to your s:user-startup then it will
  82.     available everytime you start your computer
  83. - Unpack gs403fonts-std.lha, if you don't have a set of good quality
  84.   postscript fonts. The advantage of using this archive is that you don't
  85.   need to mess with the file 'Fontmap'. The fonts will be placed in 
  86.   'Work:Ghostscript/fonts'.
  87. Or if you already have postscript fonts, do the following:
  88.   - Assign PSFonts: to your postscript font directory (anywhere)
  89.   - create file PSFonts:FONTMAP with at least the following entries:
  90.  
  91. % fontmap aka Fontmap
  92. % ----------------------------------------------------------------
  93. /Times-Roman                    (ptmr.gsf)      ;
  94. /Times-Italic                   (ptmri.gsf)     ;
  95. /Times-Bold                     (ptmb.gsf)      ;
  96. /Times-BoldItalic               (ptmbi.gsf)     ;
  97.  
  98.     It does not matter, which font files are assigned (see below)
  99.  
  100.   - entries within the FONTMAP file at PSFonts: must follow the
  101.     scheme described below:
  102.  
  103.           /Fontname             (Filename)      ;
  104.  
  105.     for example
  106.  
  107.           /Helvetica            (Helvet.pfb)    ;
  108.  
  109.     which means, the corresponding files must actually exist.
  110.     But one also my substitute Fonts symbolically by other fonts,
  111.     like for example:
  112.  
  113.           /Helvetica_Bold       /Helvetica      ;
  114.  
  115.   - the variables in ENV: and ENVARC: must look as follows:
  116.  
  117.       Variable          Content        Remark
  118.  
  119.       GS_FONTPATH                      do not set: delete this one!!
  120.       GS_LIB            PSFonts:
  121.       GS_OPTIONS                       set it, but keep it empty
  122.       GS_DEVICE         amiga          for example (its the default)
  123.  
  124.  
  125. See the 'Ghostscript/docs/use.txt' directory for more information, like
  126. commandline options. Some notes:
  127. - Watch out for case sensitivity when using commandline options, -sOutputFile
  128.   is not equal to -soutputfile !!!!!
  129. - Set your stack high enough, 32000 bytes should do it (stack 32000).
  130.  
  131. Some very useful commandlines with comments in ():
  132. gs -h (outputs small help on most important arguments, and lists all availble
  133.        output devices)
  134. gs (gs opens window on WB and use its palette, use 256color WB if possible,
  135.     there is a problem with NewIcons, it looks like all palette entries are
  136.     reserved by NewIcons so GS will only display in B/W if you use NewIcons)
  137. gs -sDEVICE=png16m (uses the built-in PNG support instead of window on WB)
  138. gs -sOutputFile=ram:output%02d.png -sDEVICE=png256
  139.    (output to files numbered ram:output01.png/ram:output02.png/etc using
  140.     the PNG format (8bit))
  141. gs -r120 (use 120dpi as resolution instead of built-in 72, uses heaps of
  142.           memory at high values)
  143. Arguments useful for PDF files (and ps documents conforming to DSC ?)
  144. gs -dFirstPage=pagenumber (starts on the given page of the document)
  145. gs -dLastPage=pagenumber (Stops after the given page of the document)
  146. See use.doc/Switches for a complete overview of what is available.
  147.  
  148. (taken from 'new-user.txt')
  149. PDF encryption
  150. --------------
  151.  
  152. A user outside the U.S. has created code that allows processing of encrypted
  153. PDF files.  Unfortunately, current U.S. export control laws don't allow
  154. redistribution of this code from a site in the U.S., even though it's freely
  155. available to anyone anywhere in the world from its author's site, so you'll
  156. have to get this code from:
  157.  
  158.         http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
  159.  
  160. If that doesn't work, try:
  161.  
  162.         http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/pdf_sec.ps
  163.  
  164. The patch consists entirely of PostScript code, so it can be added to a
  165. running version of Ghostscript -- you don't have to recompile anything.  It
  166. is a single file that replaces the file pdf_sec.ps in the standard
  167. Ghostscript fileset (Ghostscript:data/pdf_sec.ps).
  168.